home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Risc World 3
/
Risc World 3.iso
/
SOFTWARE
/
ISSUE6
/
PD
/
FRONTENDER
/
DES
/
!wget
/
Script
< prev
Wrap
Text File
|
2003-01-12
|
4KB
|
104 lines
# Frontman script for Wget
# Script written by dsw (spriteman@eh.org)
child_info
{
name: Wget Frontend
purpose: Makes Wget nicer to use
version: 0.01 (21 Dec 02)
author: Dave Watson
command: wget
wimpslot: 640
postexe:
}
Main_window
{
icon: writeable "URL:" "" "" 200 400 below
icon: text "Other options:"
icon: action "Logging and Input Files" "openwind" "Logging" centre
icon: action "HTTP/FTP Options" "openwind" "Options" centre
icon: action "Download" "openwind" "Download" centre
icon: action "Directories" "openwind" "Directories" centre
icon: action "Recursion" "openwind" "Recursion" centre
icon: action "Acceptions/Rejections" "openwind" "Acceptions" centre
icon: writeable "Add command:" "" "" 200 400 below
icon: action "" "control" "" right
}
Logging_window
{
icon: writeable "Log messages to file" "" "-o" 100 402 right
icon: option "Append messages to file" off "-a"
icon: option "Print debug output" off "-d"
icon: choice "quiet" 1 off "-q"
icon: choice "non-verbose" 1 off "-nv"
icon: choice "verbose" 1 on "-v"
icon: drop "Read URLs from file" "" "-i" 100 402 centre
icon: option "Treat input as HTML" off "-F"
}
Options_window
{
icon: writeable "User" "" "--http-user=" 52 402 right
icon: writeable "Password" "" "--http-passwd=" 52 402 right
icon: writeable "Proxy User" "" "--proxy-user=" 52 402 right
icon: writeable "Proxy Password" "" "--proxy-passwd=" 52 402 right
icon: option "Disallow cached data" off "--cache=off"
icon: option "Ignore 'Content-Length'" off "--ignore-length"
icon: option "Save headers" off "-s"
icon: writeable "Agent Identifier" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)" "--user-agent=" 52 402 right
icon: writeable "Add string to headers" "" "--header=" 52 402 right
icon: option "Retrieve symbolic links" off "--retr-symlinks"
icon: option "Filename globbing" off "-g"
icon: option "Passive transfer" off "--passive-ftp"
}
Download_window
{
icon: writeable "Output file" "" "-O=" 52 402 centre
icon: writeable "Timeout limit" "60" "--timeout=" 3 60 centre
icon: writeable "Number of retries" "5" "--tries=" 2 60 centre
icon: writeable "Time between retries" "5" "--wait=" 3 60 centre
icon: option "Resume existing file" off "-c"
icon: option "No clobber" on "-nc"
icon: option "Not older than" off "-N"
icon: option "Print server response" on "-S"
icon: option "Spider only, no download" off "--spider"
icon: option "Use Proxy" off "-Y"
icon: writeable "Quota number" "" "--quota=" 2 60 centre
icon: writeable "Progress symbol" "" "--dot-style=" 1 60 centre
}
Directories_window
{
icon: choice "Don't create dirs" 1 on "-nd"
icon: choice "Force creation of dirs" 1 off "-x"
icon: option "Don't create host dirs" on "-nH"
icon: drop "Save to dir" "" "--directory-prefix=" 52 402 centre
icon: writeable "Number of dirs to cut" "" "--cut-dirs=" 2 80 right
}
Recursion_window
{
icon: text "Recursion Depth"
icon: option "Convert links to relative" on "-r"
icon: option "Don't remove .listing files" off "-nr"
icon: option "Delete downloaded files" off "--delete-after"
icon: option "Follow relative links only" off "-L"
icon: option "Follow FTP links" off "--follow-ftp"
icon: option "Span hosts" off "-H"
icon: option "Don't ascend to parent dir" on "-np"
icon: option "Don't DNS-lookup hosts" off "-nh"
}
Acceptions_window
{
icon: writeable "Accepted extensions" "" "--accept=" 52 502 below
icon: writeable "Rejected extensins" "" "--reject=" 52 502 below
icon: writeable "Accepted domains" "" "--domains=" 52 502 below
icon: writeable "Rejected domains" "" "--exclude-domains=" 52 502 below
icon: writeable "Allowed directories" "" "--include-directories=" 52 502 below
icon: writeable "Excluded directories" "" "--exclude-directories=" 52 502 below
}